html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
.social-links {
    display: flex;
    align-items: center; 
    margin-bottom: 10px;
}

.social-links img {
    margin-right: 10px; 
}

.social-links a {
    text-decoration: none;
    font-size: 16px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    line-height:1
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
button{
    margin:1rem;
    font-size: 18px;
    border-color: #ea6929;
    border-radius: 10px;
    padding:10px;
    background-color: #fff;
}
button a{
    text-decoration: none;
}
.content>.bg{
    background-image:url(../img/1219385.png);
    background-color:#f3f3f3;
    height:100vh;
    background-repeat:no-repeat;
    width:100%;
    background-size:contain;
    background-position:center center
}
.bg>.main{
    padding:5% 20%
}
.main>.word{
    line-height:normal
}
.content h1{
    color:#ea6929;
    font-size:50px;
    font-weight:700;
    margin:0
}
.content h1::after{
    width:10%;
    display:block;
    border-bottom:4px solid #ea6929;
    content:' ';
    padding-top:1rem
}
.content h2{
    font-size:40px;
    font-weight:700;
    margin-top:1rem
}
.content p{
    font-size:20px;
    font-weight:700;
    margin-top:2rem
}
@media screen and (max-width:767px){
    .content h1{
    font-size:30px
}
.content h2{
    font-size:25px
}
.content p{
    margin-top:1rem
}
.bg>.main{
    padding:15% 20%
}

}
